home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 226_01.zip / HELP2.AIH < prev    next >
Text File  |  1993-04-21  |  1KB  |  19 lines

  1. Rules are the basic information type in ART-CEE.  They consist of two
  2. conditions or facts having a cause and effect relationship.  'If two
  3. and two then four' is such a rule.  If the condition 'two plus two'
  4. exists, then 'four' follows.
  5.   
  6. ART-CEE breaks all rules down into 'subject' and 'predicate' phrases.
  7. These phrases are stored along with numbers describing the strength of
  8. relationship between them.  A number of 0 means there is no cause and
  9. effect relationship at all, and a number of 100 means absolute cer-
  10. tainty that a cause and relationship always exists.  
  11.  
  12. The 'if' and 'then' in the rules are not stored.  Leading articles 
  13. ('a', 'an' and 'the') also are dropped from subject and predicate.  No
  14. punction is acceptable upon entering a rule.
  15.   
  16. The program can store up to 60 subjects/predicates and up to 3540 
  17. relationships between them.  Processing time and complexity increase
  18. by the square of the number of subjects actually stored.
  19.